func context.removeChild

4 uses

	context (current package)
		context.go#L345: 		removeChild(a.Context, a)
		context.go#L389: func removeChild(parent Context, child canceler) {
		context.go#L564: 		removeChild(c.Context, c)
		context.go#L669: 		removeChild(c.cancelCtx.Context, c)